home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-18 | 7.3 KB | 31 lines | [TEXT/SPM ] |
- /*
- IC Component API.h
-
- Defines the call interface to the IC component.
-
- I (dhn) modified this to appear as a component interface file (IMHO) should
- look like.
-
- I took out the XXXWORDINLINE code, replaced the numerical selector values
- with their enumerated constant values, etc.
-
- By using the ComponentCallNow macro we ensure that the correct expansion
- will take place when compiling 68k or PPC code. For 68k code, the asm code
- to call the component will expand in place and work correctly. For PPC code,
- the macro will expand to nothing leaving a prototype for the glue functions.
-
- By using the enumerated values in ICComponentSelectors.h, if the enums change
- then the code will compile to the correct selector routine; it won't be necessary
- to go into this file to change the selector codes.
-
- History:
- 11/03/95 - dhn - Modified and renamed to "IC Component API.h"
- */
-
- /*
- Original header information follows:
-
- * File: ICCAPI.h
- * Generated by: 1.0d4
- * For: IC 1.2
- * On: